CaptureScripts1  v1.0

Thank you for purchasing the CaptureScripts1 script package from
Symantec ASPECT Assist!  ASPECT Assist is pleased to provide
you with these useful examples of Capture file scripts that you
can easily customize and begin using immediately to automate your
communications tasks.

This disk contains examples of five common Capture file tasks,
for use under Procomm Plus versions 4.x.  Please review the
script summaries below, then compile the source code (WAS) for
your script selection using the Procomm Plus ASPECT compiler.
This disk contains the source code for each example script as
well as a text file (TXT), which provides details on
customizing the script and compiling and running the script.

Please note that Symantec Technical Support and ASPECT Assist
do not provide troubleshooting support on these scripts.  If you
would like one of our consultants to customize a script for you,
please contact ASPECT Assist for pricing information at
1-800-234-7774.

These scripts are copyright (C) 1999 Symantec and may not be
re-distributed.

ScheduledCapture.WAS
~~~~~~~~~~~~~~~~~~~~
ScheduledCapture captures data at a scheduled time, saves it to
a file, and copies it in MMDDYY.CAP format.  The script uses
whatever the current connection is in Procomm Plus at the time.
You have the ability to define where the Capture files are saved,
and where they go if the primary directory is not accessible.
This is useful if the Capture files are to be saved to a network
drive, but the network is not accessible. The file would then be
saved to the backup directory on the local machine.

CaptureAndSend.WAS
~~~~~~~~~~~~~~~~~~
CaptureAndSend allows you to capture data that is coming across
the Terminal screen, and then take the Capture file (*.CAP) and
send it to another host system.  CaptureAndSend waits for an
ASCII 17 character to be sent from the host system to continue.

LoginCapture.WAS
~~~~~~~~~~~~~~~~
LoginCapture allows you to login to a host system every half hour
and capture data coming across the Terminal window from the host.
Capture files are saved in the following format: hhmmDDMM.YY,
where:

hh=hour
mm=minute
DD=day
MM=month
YY=year

24HourCapture.WAS
~~~~~~~~~~~~~~~~~
24HourCapture allows you to choose a specific path for a Capture
file.  When the path is entered into the field, the new Capture
file (.CAP) will be saved into that path.  This changes the
default Capture path located in Options | Data Options | Paths.
You can manually change this back, or use this script to change
the path name.  The default capture path is
PROGRAM FILES\PROCOMM PLUS\CAPTURE (assuming the default path
was used in installation).

You have the option of capturing data in half hour increments,
or in 24 hour increments.  You can also have the script call
back the host in case of disconnection from the host during a
capture session.  Capture files are either saved in a file name
of your choosing, or by date and time format as defined in the
script.

CaptureFTP.WAS
~~~~~~~~~~~~~~
CaptureFTP captures data to a file from a comm port, and then
uses the FTP client to send the file to a remote system via FTP.
A time can be specified to start the Capture file. The default
connection in the script is direct connect-com 1. This script
changes the default Capture path located in
Options | Data Options | Paths.  You can manually change this
back, or use this script to change the path name.  The default
capture path is PROGRAM FILES\PROCOMM PLUS\CAPTURE (assuming
the default path was used in installation).


